getGroupRevisionPages

fun getGroupRevisionPages(groupId: String, fromRevision: Int, includeFirstRevision: Boolean = false): GroupHistoryPage

Query the server for group revision history. The history contains information about the changes between each revision and the user that made the change.

Parameters

fromRevision

The revision to start the pages from.

includeFirstRevision

Whether to include the state for the first revision in the pages.

Throws